home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / wb613_01.zip / LOADBC.BAT < prev    next >
DOS Batch File  |  1991-10-03  |  244b  |  9 lines

  1. rem This is an example, you do not have run this batch file to
  2. rem  use the demo program (bossdemo).
  3. rem
  4. pause
  5. subst g: d:\hli\borlandc
  6. tlink /c g:\lib\c0s bossdemo,bossdemo,bossdemo,swin g:\lib\emu g:\lib\maths g:\lib\cs
  7. subst g: /d
  8. 
  9.